Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / Equals Method / Equals(PdfEnum<TEnum>) Method
The PdfEnum<TEnum> value to compare to.

In This Topic
    Equals(PdfEnum<TEnum>) Method
    In This Topic
    Checks whether this PdfEnum<TEnum> is equal to another PdfEnum<TEnum>.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PdfEnum(Of TEnum) _
    ) As System.Boolean
    public System.bool Equals( 
       PdfEnum<TEnum> other
    )

    Parameters

    other
    The PdfEnum<TEnum> value to compare to.

    Return Value

    True if the values are equal, false otherwise.
    See Also